Setup VS Code with C++ On Windows 11 (or 10)

Поделиться
HTML-код
  • Опубликовано: 15 окт 2024
  • In this short video, we'll install VS Code and MSYS2 to compile, run, and debug C++ programs on Windows 11. These same steps work for Windows 10 as well.
    Companion Article (free link for YT viewers :)
    medium.com/@kn...
    Reference Links:
    code.visualstu...
    www.msys2.org/
    code.visualstu...
    Join this channel to get access to perks:
    / @knuggies
    Follow on Social Media to keep up with the latest KNuggies posts:
    / knuggies3
    Join the Discord server for anouncements:
    / knuggies3
    All KNuggies Medium articles can be found here:
    / knuggies
    Looking for more programming resources? Check out Manning Publications (Affiliate Link): www.manning.co...

Комментарии • 58

  • @GauravSharma-ct4uc
    @GauravSharma-ct4uc 6 месяцев назад +4

    sir , you are the best , finally I was able to run c++ code in vs code . Thankyou so much sir💯💯

  • @kurdonthego
    @kurdonthego 11 месяцев назад +6

    Wow, i was stuck on this for a few days after I got a new ssd. A lot of other videos use the source forge mingw which I found didnt work but came across your's and now its working! Super short and right to the point amazing

    • @abc-qk3ml
      @abc-qk3ml 2 месяца назад

      So all that error is because of source forge mingw?

  • @EMC273
    @EMC273 Месяц назад +2

    great straightforward video on how to set up c++ in vscode video.

  • @shrutiisinhaaa
    @shrutiisinhaaa 24 дня назад +1

    Thank you sooo much!! this was very helpful

  • @mienai955
    @mienai955 12 дней назад +1

    Thank you so much. This really worked!

  • @wat_abokmog1837
    @wat_abokmog1837 7 месяцев назад +1

    Good job, thank you so much 👍🏼✌🏼

  • @OtakuTube636
    @OtakuTube636 Год назад +2

    thankyou brother best video got it alright working like champ💖💝

  • @Blue-the-broke
    @Blue-the-broke 28 дней назад +1

    holy shit finally i found something that worked thanks

    • @KNuggies
      @KNuggies  26 дней назад +1

      Thank you for the feedback! It's always nice to hear that the tutorial is current.

  • @leoandrade7461
    @leoandrade7461 16 дней назад +1

    Please help me, my program at the end gives the error "Unable to start debugging. Unexpected GDB output from command "-environment-cd "C:\\Users\\Léo Andrade\\Documents\\Work". C:\Users\Léo Andrade\Documents\Work: No such file or directory." how can I solve it? I'm about to give up :(

    • @KNuggies
      @KNuggies  День назад

      Sorry for the delay. Where you able to sort it out or did you run your program some other way? Usually the space in your directory could cause the problem, but it appears that it is already wrapped in quotes. If you haven't tried Docker yet, I'd recommend developing C++ inside a Docker container as a (probably better) alternative to this solution. The VS Code Dev Containers addon makes it pretty easy to get started. If you would like to see a video on this just let me know :)

    • @leoandrade7461
      @leoandrade7461 День назад +1

      When I run my code I get the message 'open launch.json', I'm already thinking about giving up on this language because it's so difficult to get started in it ¬¬

    • @KNuggies
      @KNuggies  День назад

      I love C++, but don't use it much any more. What are you trying to do with software? Let that guide you to the language choice. For most people JavaScript or Python are the best choice for a first language due to how useful they are.

  • @ml9871234
    @ml9871234 9 месяцев назад +1

    why only take the ...-gdb package? any reason not to just take all?

  • @СтепанПерфильев-ы5к
    @СтепанПерфильев-ы5к 2 месяца назад +2

    thank you very much !!!

  • @ScriptoTheCode
    @ScriptoTheCode 4 месяца назад +4

    I'm having an issue where isn't working are there any fixes ?

    • @KNuggies
      @KNuggies  4 месяца назад +1

      Might be using iostream functions without the "std::" in front of each use or not "using namespace std;" would cause problems. If it just can't include iostream, the compiler could be missing core parts of C++ and probably needs reinstalled or some such thing. Hopefully you have it sorted out :)

    • @ScriptoTheCode
      @ScriptoTheCode 4 месяца назад +1

      @@KNuggies I found a step that I did wrong so reinstalling it did end up working so thank you for the help

  • @SalaarTariq
    @SalaarTariq 2 месяца назад

    The terminal process terminated with exit code: -1.
    It gives me this error. I have reinstalled vs code and followed all of your steps kindly guide me through it.

  • @kvelez
    @kvelez 3 месяца назад +1

    Good video, do more C++, PHP, C#, Python videos.

  • @KNuggies
    @KNuggies  Год назад

    Free link to the medium article:
    medium.com/@knuggies/setup-vs-code-with-c-on-windows-a448a439c7b3?source=friends_link&sk=cda21d98ef318f80b9eacdaa1188dc49

  • @kinofthestainedblade8370
    @kinofthestainedblade8370 Месяц назад

    I get the lauch.json file problem after installing everything and following the steps any tips?

  • @kyo911
    @kyo911 5 месяцев назад +1

    Thank you very much !

  • @logisticsmakati442
    @logisticsmakati442 4 месяца назад +2

    the vscode said that my file is does not exist and needs to open json file, how to fix?

    • @KNuggies
      @KNuggies  4 месяца назад

      Not sure what json file it would be trying to open...unless it is prompting you to create the "launch.json" file to save your launch configuration for each time you press F5. That is normal as it will create a "launch.json" file to store which launch mode you chose. If you have an issue with this file, you can delete it from the .vscode directory and try again.

  • @AF-ps1ki
    @AF-ps1ki 4 месяца назад +1

    I don't know why I don't find (Environment variables). This is the second time I'm trying to install the program, but I'm having the same problem.

    • @KNuggies
      @KNuggies  4 месяца назад +1

      Searching the start menu for "Environment" always brings it up for me on Windows 10 or 11.
      Right clicking the start menu and opening "System" then clicking the "Advanced system settings" link gets me there too.
      Hope this helps.

  • @seanhayden7776
    @seanhayden7776 Месяц назад +1

    I'm getting an error when trying to run the program after hitting F5;
    "The preLaunchTask 'C/C++: gcc.exe build active file' terminated with exit code -1"

    • @imanshaf8429
      @imanshaf8429 Месяц назад

      I get the exact same thing. Did you solve it?

    • @seanhayden7776
      @seanhayden7776 Месяц назад

      @@imanshaf8429 nope, gave up and just got a windows laptop lol

    • @KNuggies
      @KNuggies  26 дней назад

      Thanks for the feedback. I've seen a few comments about this error, but I haven't been able to recreate it.

  • @abhikyadav1672
    @abhikyadav1672 11 месяцев назад +2

    i am not getting any output in terminal but the code is compiling successfully what could be the issue ?

    • @KNuggies
      @KNuggies  11 месяцев назад

      I've seen VS Code not display the terminal output for the first run after setting up everything because it's on another tab in the terminal area. However, this was solved for me by manually clicking the terminal tab or just running the program again. Not sure this is what you experienced.

    • @Jxs.911
      @Jxs.911 Месяц назад

      I'm facing the same problem , also there's another error saying ; cannot open source file "iostream". Please run the 'Select IntelliSense Configuration...' command to locate your system headers.

  • @Shinn.h_
    @Shinn.h_ Год назад +2

    What should i do if i do not have my auto complete working?

    • @KNuggies
      @KNuggies  Год назад +1

      The main things are installing the programs and adding them to the path in windows. Double check those things first.
      Otherwise, it's such a broad problem, that starting fresh and installing again might be the way.
      Let me know how it goes.

  • @MuhammadAwaisHameed-w5u
    @MuhammadAwaisHameed-w5u 2 месяца назад

    error: failed to init transaction (unable to lock database)
    error: could not lock database: Permission denied my laptop is show this error

  • @HiroshiHoshigaki
    @HiroshiHoshigaki 8 месяцев назад

    hey dude, i dont know why but i cannot see the gcc ane gdb thing in my visual code , the thing which you were doing at 3.50 min help me out here

  • @alexjimenez6719
    @alexjimenez6719 5 месяцев назад +1

    great video

  • @jsx0328
    @jsx0328 6 месяцев назад +1

    Why Msys2?

    • @KNuggies
      @KNuggies  6 месяцев назад

      This method was based on the VS Code documentation. I also like using virtual machines, docker containers, WSL, or the original Visual Studio on Windows. There are lots of ways to run C++.

  • @bemnettesfaye3716
    @bemnettesfaye3716 9 месяцев назад +8

    it says something about jason file

    • @kawaiineko6518
      @kawaiineko6518 6 месяцев назад +1

      I have the same problem

    • @treyabolicum
      @treyabolicum 5 месяцев назад

      @@kawaiineko6518 use g++ main.cpp -o main.exe instead of gcc main.cpp -o main.exe . Additionally make sure you are inside the correct directory, if not make a new folder and use gcc again. Cheers!

  • @phynix6973
    @phynix6973 3 месяца назад +1

    my autocomplete is not working

    • @KNuggies
      @KNuggies  3 месяца назад

      The C++ addon expects to access gcc and gdb (maybe other stuff) on the path.
      If you have everything properly installed and added to the path, you might need to close VS Code and reopen it for the the addon to work it's magic. Otherwise, it's probably an issue with the path or installed installation. Check your path variable and installation location carefully.
      To check your install, you can navigate to "C:\msys64\ucrt64\bin" and "C:\msys64\mingw64\bin" to look around and run commands from the directory. If that's working, the problem is the path.
      There have been times where my Python environment got so messed up, the only way I could fix it was to uninstall VS Code and delete all the local / user files left behind. Then reinstall it fresh. It might be worth a shot if nothing else works.
      Hopefully you were able to get it working.

  • @jiyaprasad8989
    @jiyaprasad8989 3 месяца назад +1

    hey...my vscode says it doesn't recognize gcc and gdb....can you please help me?

    • @KNuggies
      @KNuggies  3 месяца назад +1

      If you have everything properly installed and added to the path, you might need to close VS Code and reopen it for the commands to be available. Otherwise, it's not on the path or not installed properly. It's almost always one of theses. Check your path variable and installation location carefully.
      To check your install, you can navigate to "C:\msys64\ucrt64\bin" and "C:\msys64\mingw64\bin" to look around and run commands from the directory. If that's working, the problem is the path.

    • @jiyaprasad8989
      @jiyaprasad8989 3 месяца назад +1

      @@KNuggies in mysys2 too it shows command not found when i type gcc --version and gdb --version

    • @KNuggies
      @KNuggies  3 месяца назад +1

      @@jiyaprasad8989 if you change directory to "C:\msys64\mingw64\bin" (or "C:\msys64\ucrt64\bin") in a terminal and list the files, do you see the gcc or gdb executable? If so, you can run the version check from the current directory with ".\gcc --version" or ".\gdb --version" . If this works, your path variable is the problem. If you don't see the executable files in the bin directory, the installation is the issue.

    • @jiyaprasad8989
      @jiyaprasad8989 3 месяца назад

      @@KNuggies it says open launch.json what to do?